home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-06 | 2.3 KB | 87 lines | [TEXT/CWIE] |
- ! Argument file for SPP. Comment lines start with !
- !
- ! source: SPP_args
- !
- ! ----- Sherlock arguments
-
- SPP
- "++>>SPP_log" !arg 0 is ignored by M2C, but must be present.
- --sl_warning !--sl_dots !--sl_time
- !++sl_full_trace !full trace of STATB and STATX macros.
- !--sl_trace
-
- ! ----- Traces
-
- !++mst_save ++mst_restore ++mst_enter
-
- !++so_tracepx2
- !++mst*
- !++spp_dumps
- !++pp_* ++mst_lookup ++skip_lines ++eval ++skip_past
- !++lst* !++m_* !++*
- !++* --io_next --io_n1 --m_alloc_db --m_free_db --get_t*
- !--is_base* --isfnch --skip_ws --t_id --allow_mkeys
- !++dcl* ++type_* ++is_typedef
-
- ! ----- Statistics
-
- ++main_quit
-
- ! ----- Pointer bug traces
-
- !++obj_v !++obj_* --dots
-
- ! ----- Program arguments
-
- -v
- ! :test:columns.c -of :out:columns.spp
-
- ! WARNING: add the following _only_ if not including SPP.h
- !-d bool=int
- !-d reg=register
-
- -d Boolean=int
-
- !-d "RgnHandle=(void *)" !
-
- -s :SPP2src:
- -s :UsrLibSources:
- !-s "HardDisk:Prog:Think C++:Symantec PPC C++:Standard Libraries:Headers and Source:C headers:"
- -s HardDisk:Prog:Other:DevLibSrc:Main_DevLib:
- -s HardDisk:Prog:Other:DevLibSrc:Sherlock_DevLib:
- -s "HardDisk:Prog:Other:DevLibSrc:Mac DevLib:"
-
-
- -of :out:spp_test(+e).spp :test:spp_test.c
- +usr -of :out:spp_test(+u).spp :test:spp_test.c
- +sl_fmt -of :out:spp_test(+s).spp :test:spp_test.c
- +tick -of :out:spp_test(+t).spp :test:spp_test.c
- +printf -of :out:spp_test(+p).spp :test:spp_test.c
-
- +return
- +exxx -of :out:spp_test(+er).spp :test:spp_test.c
- +usr -of :out:spp_test(+ur).spp :test:spp_test.c
- +sl_fmt -of :out:spp_test(+sr).spp :test:spp_test.c
- +tick -of :out:spp_test(+tr).spp :test:spp_test.c
- +printf -of :out:spp_test(+pr).spp :test:spp_test.c
-
- ! -of :out:dir.spp :SPP2src:SPPdir.c
- ! -of :out:def.spp :SPP2src:SPPdef.c
-
- ! -d id=value Define a preprocessor constant
- ! -f <file> Use synonym file
- ! -i Insert include \"sl.h\" at start of file
- ! -n Allow nested comments
- ! -of Specify output file
- ! -o Use usr output routines instead of printf
- ! -o2 Use sl_fmt routines instead of printf
- ! -s <path> Look for include files in path
- ! -t Insert tick-style macros
- ! -u id Undefine a preprocessor constant
- ! -v Verbose output
- ! -x Do not allow single-line comments
- ! -? Print the version number and exit
-
- !+bell
- +quit
-